feat: Add Boost API#2030
Merged
Merged
Conversation
There was a problem hiding this comment.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Infrastructure as Code | View in Orca | ||
| SAST | View in Orca | ||
| Secrets | View in Orca | ||
| Vulnerabilities | View in Orca |
4 tasks
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## dev/1.38 #2030 +/- ##
=============================================
+ Coverage 0 86.58% +86.58%
=============================================
Files 0 300 +300
Lines 0 23129 +23129
=============================================
+ Hits 0 20026 +20026
- Misses 0 3103 +3103 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
bevzzz
reviewed
May 21, 2026
There was a problem hiding this comment.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Secrets | View in Orca |
2 tasks
dirkkul
reviewed
Jun 8, 2026
dirkkul
reviewed
Jun 8, 2026
dirkkul
approved these changes
Jun 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Boost features weaviate/weaviate#11103 to python client.
Near Vector/Object/XYZ operators now support a
boostparameter.Boost.numeric_property- for numeric property boostsBoost.filter- for filter boostsBoost.numeric_decayfor numeric decay boostsBoost.time_decayfor time decay boostsBoost.blendfor combining multiple boosts together.All allow for an optional depth and weight parameter to control boosting impact. Time decay has a
_decay_value_to_strhelper for supporting python time values.Property modifiers and Decay curves have constants.
Integration test added with 1.38 gate.